home *** CD-ROM | disk | FTP | other *** search
- object frmFindFile: TfrmFindFile
- Left = 275
- Top = 310
- BorderStyle = bsDialog
- Caption = 'frmFindFile'
- ClientHeight = 247
- ClientWidth = 336
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object pcSearch: TPageControl
- Left = 0
- Top = 0
- Width = 337
- Height = 208
- ActivePage = tsBySize
- Anchors = [akLeft, akTop, akRight, akBottom]
- HotTrack = True
- TabOrder = 0
- object tsByName: TTabSheet
- Caption = 'tsByName'
- object lFilename: TLabel
- Left = 8
- Top = 56
- Width = 44
- Height = 13
- Caption = 'lFilename'
- end
- object lByFilename: TLabel
- Left = 8
- Top = 8
- Width = 313
- Height = 33
- AutoSize = False
- Caption = 'lByFilename'
- WordWrap = True
- end
- object oeFilename: TEdit
- Left = 16
- Top = 80
- Width = 145
- Height = 21
- TabOrder = 0
- Text = '*.*'
- end
- end
- object tsByDate: TTabSheet
- Caption = 'tsByDate'
- ImageIndex = 1
- object lByDate: TLabel
- Left = 8
- Top = 8
- Width = 313
- Height = 33
- AutoSize = False
- Caption = 'lByDate'
- WordWrap = True
- end
- object lBetween: TLabel
- Left = 8
- Top = 60
- Width = 44
- Height = 13
- Caption = 'lBetween'
- end
- object lAnd: TLabel
- Left = 184
- Top = 60
- Width = 21
- Height = 13
- Caption = 'lAnd'
- Enabled = False
- end
- object dtpBeginDate: TDateTimePicker
- Left = 72
- Top = 56
- Width = 102
- Height = 21
- CalAlignment = dtaLeft
- Date = 36701.025740509300000000
- Time = 36701.025740509300000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkDate
- ParseInput = False
- TabOrder = 0
- end
- object dtpEndDate: TDateTimePicker
- Left = 216
- Top = 56
- Width = 102
- Height = 21
- CalAlignment = dtaLeft
- Date = 36701.025759027790000000
- Time = 36701.025759027790000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 1
- end
- object cbDateMode: TComboBox
- Left = 72
- Top = 112
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = cbDateModeChange
- Items.Strings = (
- '*'
- '*'
- '*')
- end
- end
- object tsBySize: TTabSheet
- Caption = 'tsBySize'
- ImageIndex = 2
- object lBySizeBetween: TLabel
- Left = 8
- Top = 60
- Width = 76
- Height = 13
- Caption = 'lBySizeBetween'
- end
- object lBySize: TLabel
- Left = 8
- Top = 8
- Width = 321
- Height = 33
- AutoSize = False
- Caption = 'lBySize'
- WordWrap = True
- end
- object lBySizeAnd: TLabel
- Left = 152
- Top = 60
- Width = 21
- Height = 13
- Caption = 'lAnd'
- Enabled = False
- end
- object cbSizeMode: TComboBox
- Left = 72
- Top = 112
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = cbSizeModeChange
- Items.Strings = (
- '*'
- '*'
- '*')
- end
- object cbSize: TComboBox
- Left = 275
- Top = 56
- Width = 55
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbSizeChange
- Items.Strings = (
- '*'
- '*'
- '*')
- end
- object rgWhichSize: TRadioGroup
- Left = 224
- Top = 104
- Width = 81
- Height = 57
- Caption = 'rgWhichSize'
- TabOrder = 2
- Visible = False
- end
- object meFileSize: TEdit
- Left = 56
- Top = 56
- Width = 89
- Height = 21
- TabOrder = 3
- Text = '0'
- OnKeyUp = meFileSizeKeyUp
- end
- object meEndSize: TEdit
- Left = 176
- Top = 56
- Width = 89
- Height = 21
- Enabled = False
- TabOrder = 4
- Text = '0'
- end
- end
- end
- object btnSearch: TButton
- Left = 176
- Top = 215
- Width = 75
- Height = 25
- Caption = 'btnSearch'
- Default = True
- TabOrder = 1
- OnClick = btnSearchClick
- end
- object btnCancel: TButton
- Left = 256
- Top = 215
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- end
-